body {
	background-color: #bbb;
}
/*html5 semantics tags */
article, aside, figure, footer, header, hgroup, menu, nav, section 
{ display: block; }

/* light css reset */
* { margin : 0; padding : 0; }

h1, h2, h3, h4, h5, p, ul, ol  { 
	margin : 0 5px; 
	padding : .5em 0;
	
}
	
h1, h2, h3, h4, h5{

	text-align: Center;
}

img { border: 0px;}

/* =page level container */

#pageWrapper {

    margin: 0px auto 0px auto;
	width: 960px;
	background-color: #000;
	}

#pageHeader {
    margin:0px auto 0px auto;
    width:960px;
    height:82px;
    position:relative;
	background-color: #fff;
	line-height: 200%;
	}

#contentWrapper {
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 500px;
	}

#pageNav {

	background-color: #fff;
	max-width: 960px;
	line-height: 150%;
	text-align: center;
	height: 3em;
	}
	
#pageNav li {

	margin: 3px;
	padding: 2px;
	border: 1px solid black;
	list-style-type: none;
	text-align: center;
	line-height: 150%;
	float:left;
	}
	

#mainContentSection{

	margin: 10px auto;
	width: 95%;
	background-color: #fff;
	min-height: 600px;
	
}

.sectionHeader{
margin: 10px auto;
width: 95%;
min-height:10em;
background-color: #555
}

.sectionArticle{
margin: 10px auto;
width: 95%;
min-height:400px;
background-color: #555
}
.sectionFooter{
margin: 10px auto;
width: 95%;
min-height:10em;
background-color: #555
}
#pageFooter {

    margin: 0px auto;
    padding-bottom: 20px;
	width: 960px;
	position: relative;
	background-color: #fff;
	text-align: center;
	line-height: 200%;
}



/* Clear Floated Elements */
.clearfix:before, .clearfix:after {content: "\0020"; 
display: block; height: 0; visibility: hidden;}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }